home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Archives
/
ForCLI
/
IconMonger.lha
/
IconMonger.doc
< prev
next >
Wrap
Text File
|
1994-11-10
|
2KB
|
38 lines
Purpose: To manipulate icon attributes (AmigaOS 2.04 or above required)
Template: FROM/K,FILE,A=ALL/S,DISKS/S,DRAWERS/S,TOOLS/S,PROJECTS/S,
TRASH=GARBAGE/S,U=UNSNAPSHOT/S,R=RECOLOR/S,OI=OLDIMAGE/K,
NI=NEWIMAGE/K,OT=OLDTOOL/K,NT=NEWTOOL/K,OS=OLDSTACK/K,
NS=NEWSTACK/N,NEWICON/K,Q=QUIET/S,V=VERBOSE/S,T=TEST/S
Specification: paramaters can be broken down into three groups:
Selectors, Actions, and Modes.
Selectors are FROM, FILE, ALL, DISKS, DRAWERS, TOOLS, PROJECTS, GARBAGE,
OLDIMAGE, OLDTOOL, and OLDSTACK. They allow you to choose which icons
are to be operated on.
Actions are UNSNAPSHOT, RECOLOR, NEWIMAGE, NEWSTACK, and NEWICON.
They specify what shall be done with the icons specified by the selectors.
Modes are QUIET, VERBOSE, and TEST, and they determine characteristics of
program operation.
Examples:
IconMonger FROM DF0: ALL UNSNAPSHOT RECOLOR
unsnapshots and recolors all the icons on the disk in drive DF0:.
IconMonger OLDTOOL=#?More NEWTOOL Less
changes the default tool of all the projects in the current directory
with a default tool that ends with ``More'' to ``Less''.
IconMonger OLDSTACK LT4000 NEWSTACK 4000
changes the stack setting to 4000 for any project or tool in the current
directory with its stack less than 4000.
IconMonger FROM DF0: ALL OLDTOOL #?(more|less) NEWIMAGE pretty
changes the image of any project icon on DF0: with a default tool that
ends with either ``more'' or ``less'' to the image of the icon ``pretty''.